Extension point elements
In component org.nuxeo.theme.services.ThemeService
Documentation
Extension Point for registering Theme Elements such as Themes, Pages, Sections, Cells, Fragments, etc. This is for internal use mainly, new types of Elements are not supposed to be registered by third-party applications.
Contribution Descriptors
- Class: org.nuxeo.theme.elements.ElementType
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="elements" target="org.nuxeo.theme.services.ThemeService"> <element name="theme"> <class>org.nuxeo.theme.elements.ThemeElement</class> <node-type>inner</node-type> </element> <element name="page"> <class>org.nuxeo.theme.elements.PageElement</class> <node-type>inner</node-type> </element> <element name="section"> <class>org.nuxeo.theme.elements.SectionElement</class> <node-type>inner</node-type> </element> <element name="cell"> <class>org.nuxeo.theme.elements.CellElement</class> <node-type>inner</node-type> </element> <element name="fragment"> <node-type>leaf</node-type> </element> </extension>